home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000312_wwf@rz.uni-jena.de_Mon, 14 Feb 94 15:18:14 MEZ.msg < prev    next >
Internet Message Format  |  1994-10-11  |  16KB

  1. Received: from hpux.rz.uni-jena.de by cs.umb.edu with SMTP id AA18337
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 14 Feb 1994 09:21:25 -0500
  3. Received: from localhost (wwf@localhost) by hpux.rz.uni-jena.de (8.6.4/8.6.4) id PAA03853 for tex-k@cs.umb.edu; Mon, 14 Feb 1994 15:18:16 +0100
  4. From: Wolf-Dietrich Filss <wwf@rz.uni-jena.de>
  5. Message-Id: <199402141418.PAA03853@hpux.rz.uni-jena.de>
  6. Subject: web2c,NeXT:make problems
  7. To: tex-k@cs.umb.edu
  8. Date: Mon, 14 Feb 94 15:18:14 MEZ
  9. X-Mailer: ELM [version 2.3 PL11]
  10.  
  11.  
  12. -I'm working on a NeXTstation with NeXTstep 3.0 (includig GNU-C-compiler),
  13. -and I tried to install Karl Berry's web2c. After some installation procedures
  14. -(see below for THE WHOLE SCRIPT) there was these error:
  15.  
  16. csh> make
  17. <blurb>
  18. cc -g  -c alloca.c
  19. alloca.c: In function `alloca':
  20. alloca.c:147: argument `size' doesn't match function prototype
  21. *** Exit 1
  22. Stop.
  23. *** Exit 1
  24. Stop.
  25. *** Exit 1
  26. Stop.
  27. csh>
  28.  
  29. -the alloca.c says on lines 144-147,
  30.  
  31.     pointer
  32.     alloca (size)
  33.          unsigned size;
  34.     {
  35.  
  36. -and my man page says:
  37.  
  38. csh> man alloca | col -b | head -47
  39. MALLOC(3)           UNIX Programmer's Manual            MALLOC(3)
  40. NAME
  41.      malloc, free, realloc, calloc, cfree, valloc, vfree,
  42.      malloc_size, malloc_good_size, malloc_error, malloc_debug,
  43.      malloc_singlethreaded, mstats, alloca - memory allocator
  44. SYNOPSIS
  45.      #include <stdlib.h>
  46.      void *malloc(size_t byteSize)
  47.      void free(void *ptr)
  48.      void *realloc(void *oldptr, size_t newsize)
  49.      void *calloc(size_t numElems, size_t byteSize)
  50.      void cfree(void *ptr)
  51.      void *valloc(size_t byteSize)
  52.      void vfree(void *ptr)
  53.      size_t malloc_size(void *ptr)
  54.      size_t malloc_good_size(size_t byteSize)
  55.      void (*malloc_error(void (*func)(int)))(int)
  56.      int malloc_debug(int level)
  57.      void malloc_singlethreaded(void)
  58.      size_t mstats(void)
  59.      char *alloca(int size)
  60. DESCRIPTION
  61.      Malloc and free provide a general-purpose memory allocation
  62.      package.  Malloc returns a pointer to a block of at least
  63.      size bytes beginning on a long boundary.
  64. csh>
  65.  
  66. -but it dosn't matter if I write on line 146 of alloca.c "int" instead of 
  67. -"unsigned".
  68.  
  69. -How to fix the problem? I'd appreciate if I'd get as soon as possible an
  70. -answer. Thank you. Please answer me via email. wwf@rz.uni-jena.de
  71.  
  72. -THE WHOLE SCRIPT ("^#\ " means standard output)
  73.  
  74. gunzip web2c.tar.gz ;  gunzip web.tar.gz; gunzip dvipsk.tar.gz
  75. tar xof web2c.tar; tar xof web.tar ; tar xof dvipsk.tar
  76. mv dvipsk-5.526b/dvipsk web2c-6.1
  77. rm -r dvipsk-5.526b
  78. cd web2c-6.1
  79. cp Makefile.in Makefile.old
  80. vi Makefile.in
  81. diff Makefile.in Makefile.old
  82. # 4c4
  83. # < programs = dvipsk web2c
  84. # ---
  85. # > programs = dvipsk web2c xdvik
  86. # 19c19
  87. # < prefix = /usr
  88. # ---
  89. # > prefix = /usr/local
  90. # 37c37
  91. # < texmf_prefix = /NextLibrary/TeX
  92. # ---
  93. # > texmf_prefix = $(datadir)/texmf
  94. # 47,48c47,48
  95. # < fmtdir = $(texmf_prefix)/formats
  96. # < basedir = $(texmf_prefix)/bases
  97. # ---
  98. # > fmtdir = $(texmf_prefix)/ini
  99. # > basedir = $(fmtdir)
  100. # 51,52c51,52
  101. # < texpooldir = $(fmtdir)
  102. # < mfpooldir = $(basedir)
  103. # ---
  104. # > texpooldir = $(texmf_prefix)/ini
  105. # > mfpooldir = $(texpooldir)
  106. # 56c56
  107. # < psfontdir = $(fontdir)
  108. # ---
  109. # > psfontdir = $(fontdir)/adobe
  110. # 59c59
  111. # < dvips_prefix = $(texmf_prefix)/ps
  112. # ---
  113. # > dvips_prefix = $(texmf_prefix)/dvips
  114. # 72c72
  115. # < default_texsizes = 100:120:144:300:360:400:432:480:600
  116. # ---
  117. # > default_texsizes = 300:600
  118.  
  119. cd kpathsea
  120. cp paths.h.in paths.h.old
  121. vi paths.h.in
  122. diff paths.h.in paths.h.old
  123. # 23c23
  124. # < #define DEFAULT_MF_PATH ".:(mfinputdir)//"
  125. # ---
  126. # > #define DEFAULT_MF_PATH ".:(mfinputdir)//:(fontdir)//src//"
  127. # 43c43
  128. # < #define DEFAULT_TFM_PATH ".:(fontdir)/tfm//"
  129. # ---
  130. # > #define DEFAULT_TFM_PATH ".:(fontdir)//tfm"
  131. # 47c47
  132. # < #define DEFAULT_VF_PATH ".:(fontdir)/vf//"
  133. # ---
  134. # > #define DEFAULT_VF_PATH ".:(fontdir)//vf"
  135. # 55c55
  136. # < #define DEFAULT_GF_PATH ".:(fontdir)/gf//"
  137. # ---
  138. # > #define DEFAULT_GF_PATH ".:(fontdir)//gf"
  139. # 58c58
  140. # < #define DEFAULT_PK_PATH ".:(fontdir)/pk//"
  141. # ---
  142. # > #define DEFAULT_PK_PATH ".:(fontdir)//pk//"
  143. # 63c63
  144. # < #define DEFAULT_BIB_PATH ".:(texmf_prefix)/bibtex/data"
  145. # ---
  146. # > #define DEFAULT_BIB_PATH ".:(texmf_prefix)/bibtex/bib"
  147. # 66c66
  148. # < #define DEFAULT_BST_PATH ".:(texmf_prefix)/bibtex/styles"
  149. # ---
  150. # > #define DEFAULT_BST_PATH ".:(texmf_prefix)/bibtex/bst"
  151. # 76c76
  152. # < #define DEFAULT_HEADER_PATH ".:(headerdir)"
  153. # ---
  154. # > #define DEFAULT_HEADER_PATH ".:(headerdir):(fontdir)//type1"
  155.  
  156. cd ..
  157. configure
  158. # checking for tex to derive installation directory prefix
  159. #         chose installation directory prefix 
  160. # Running configure in dvipsk...
  161. # checking for gcc
  162. # checking how to run the C preprocessor
  163. # checking for install
  164. # checking for ranlib
  165. # checking for POSIXized ISC
  166. # checking for directory library header
  167. # checking for dirent.h
  168. # checking for sys/ndir.h
  169. # checking for sys/dir.h
  170. # checking for closedir return value
  171. # checking for Xenix
  172. # checking for ANSI C header files
  173. # checking for assert.h
  174. # checking for float.h
  175. # checking for limits.h
  176. # checking for memory.h
  177. # checking for pwd.h
  178. # checking for stdlib.h
  179. # checking for string.h
  180. # checking for unistd.h
  181. # checking for memmove
  182. # checking for putenv
  183. # checking for lack of working const
  184. # checking integer size
  185. # creating config.status
  186. # creating Makefile
  187. # creating PSfonts/Makefile
  188. # creating c-auto.h
  189. # Running configure in web2c...
  190. # checking for gcc
  191. # checking how to run the C preprocessor
  192. # checking for install
  193. # checking for ranlib
  194. # checking for POSIXized ISC
  195. # checking for directory library header
  196. # checking for dirent.h
  197. # checking for sys/ndir.h
  198. # checking for sys/dir.h
  199. # checking for closedir return value
  200. # checking for Xenix
  201. # checking for ANSI C header files
  202. # checking for assert.h
  203. # checking for float.h
  204. # checking for limits.h
  205. # checking for memory.h
  206. # checking for pwd.h
  207. # checking for stdlib.h
  208. # checking for string.h
  209. # checking for unistd.h
  210. # checking for memmove
  211. # checking for putenv
  212. # checking for lack of working const
  213. # checking for bison
  214. # checking for byacc
  215. # checking for flex
  216. # checking for ln -s
  217. # checking for return type of signal handlers
  218. # checking for unsigned characters
  219. # checking for 64-bit long ints
  220. # checking byte ordering
  221. # checking how to declare yytext
  222. # checking for window system libraries
  223. # checking for X include and library files with xmkmf
  224. # checking for X include and library files directly
  225. # checking for -lXt
  226. # checking for -ldnet
  227. # checking for -ldnet_stub
  228. # checking for -lsocket
  229. # checking for -lXext
  230. # checking for small TeX/MF/BibTeX
  231. # creating config.status
  232. # creating Makefile
  233. # creating bibtex/Makefile
  234. # creating dviutil/Makefile
  235. # creating fontutil/Makefile
  236. # creating lib/Makefile
  237. # creating man/Makefile
  238. # creating mf/Makefile
  239. # creating mf/MFwindow/Makefile
  240. # creating tex/Makefile
  241. # creating web/Makefile
  242. # creating web2c/Makefile
  243. # creating lib/c-auto.h
  244. # Using dvipsk/config.status to configure kpathsea...
  245. # creating Makefile
  246. # creating c-auto.h
  247. # creating config.status
  248. # creating Makefile
  249.  
  250. make
  251. # cd kpathsea; make  CFLAGS='-g ' SHELL='/bin/sh'  prefix=/usr exec_prefix=/usr  bindir=/usr/bin scriptdir=/usr/bin libdir=/usr/lib  datadir=/usr/lib infodir=/usr/info includedir=/usr/include  manext=1 mandir=/usr/man/man1  texmf_prefix=/NextLibrary/TeX  texinputdir=/NextLibrary/TeX/tex mfinputdir=/NextLibrary/TeX/mf  fontdir=/NextLibrary/TeX/fonts  fmtdir=/NextLibrary/TeX/formats basedir=/NextLibrary/TeX/bases  texpooldir=/NextLibrary/TeX/formats   mfpooldir=/NextLibrary/TeX/bases  psfontdir=/NextLibrary/TeX/fonts  dvips_prefix=/NextLibrary/TeX/ps configdir=/NextLibrary/TeX/ps  headerdir=/NextLibrary/TeX/ps psmacrodir=/NextLibrary/TeX/tex/dvips  default_texsizes='100:120:144:300:360:400:432:480:600'  
  252. # rm -f paths.h
  253. # echo "/* paths.h: Generated from paths.h.in (`date`).  */" >paths.h
  254. # sed  -e 's,(texmf_prefix),/NextLibrary/TeX,g'       -e 's,(texinputdir),/NextLibrary/TeX/tex,g'         -e 's,(mfinputdir),/NextLibrary/TeX/mf,g'           -e 's,(fontdir),/NextLibrary/TeX/fonts,g'                 -e 's,(fmtdir),/NextLibrary/TeX/formats,g'                  -e 's,(basedir),/NextLibrary/TeX/bases,g'                 -e 's,(texpooldir),/NextLibrary/TeX/formats,g'           -e 's,(mfpooldir),/NextLibrary/TeX/bases,g'             -e 's,(psfontdir),/NextLibrary/TeX/fonts,g'             -e 's,(dvips_prefix),/NextLibrary/TeX/ps,g'       -e 's,(configdir),/NextLibrary/TeX/ps,g'             -e 's,(headerdir),/NextLibrary/TeX/ps,g'             -e 's,(psmacrodir),/NextLibrary/TeX/tex/dvips,g'           paths.h.in >> paths.h
  255. # cc  -I. -I. -I..     -DDEFAULT_FONT_SIZES=\"100:120:144:300:360:400:432:480:600\"  -g  -c ./tex-font.c
  256. # cc  -I. -I. -I..     -g  -c absolute.c
  257. # cc  -I. -I. -I..     -g  -c concat.c
  258. # cc  -I. -I. -I..     -g  -c concat3.c
  259. # cc  -I. -I. -I..     -g  -c concatn.c
  260. # cc  -I. -I. -I..     -g  -c debug.c
  261. # cc  -I. -I. -I..     -g  -c default.c
  262. # cc  -I. -I. -I..     -g  -c dir.c
  263. # cc  -I. -I. -I..     -g  -c elt-dirs.c
  264. # cc  -I. -I. -I..     -g  -c expand.c
  265. # cc  -I. -I. -I..     -g  -c extend-fname.c
  266. # cc  -I. -I. -I..     -g  -c file-p.c
  267. # cc  -I. -I. -I..     -g  -c find-suffix.c
  268. # cc  -I. -I. -I..     -g  -c fn.c
  269. # cc  -I. -I. -I..     -g  -c fontmap.c
  270. # cc  -I. -I. -I..     -g  -c init-path.c
  271. # cc  -I. -I. -I..     -g  -c itoa.c
  272. # cc  -I. -I. -I..     -g  -c line.c
  273. # cc  -I. -I. -I..     -g  -c make-suffix.c
  274. # cc  -I. -I. -I..     -g  -c path-elt.c
  275. # cc  -I. -I. -I..     -g  -c pathsearch.c
  276. # cc  -I. -I. -I..     -g  -c putenv.c
  277. # cc  -I. -I. -I..     -g  -c readable.c
  278. # cc  -I. -I. -I..     -g  -c rm-suffix.c
  279. # cc  -I. -I. -I..     -g  -c str-list.c
  280. # cc  -I. -I. -I..     -g  -c str-llist.c
  281. # cc  -I. -I. -I..     -g  -c tex-glyph.c
  282. # cc  -I. -I. -I..     -g  -c tex-make.c
  283. # cc  -I. -I. -I..     -g  -c tilde.c
  284. # cc  -I. -I. -I..     -g  -c truncate.c
  285. # cc  -I. -I. -I..     -g  -c uppercasify.c
  286. # cc  -I. -I. -I..     -g  -c variable.c
  287. # cc  -I. -I. -I..     -g  -c version.c
  288. # cc  -I. -I. -I..     -g  -c xcalloc.c
  289. # cc  -I. -I. -I..     -g  -c xfopen.c
  290. # cc  -I. -I. -I..     -g  -c xmalloc.c
  291. # cc  -I. -I. -I..     -g  -c xopendir.c
  292. # cc  -I. -I. -I..     -g  -c xputenv.c
  293. # cc  -I. -I. -I..     -g  -c xrealloc.c
  294. # cc  -I. -I. -I..     -g  -c xstat.c
  295. # cc  -I. -I. -I..     -g  -c xstrdup.c
  296. # rm -f kpathsea.a
  297. # ar cq kpathsea.a tex-font.o absolute.o concat.o concat3.o concatn.o debug.o     default.o dir.o elt-dirs.o expand.o extend-fname.o file-p.o              find-suffix.o fn.o fontmap.o init-path.o itoa.o line.o make-suffix.o     path-elt.o pathsearch.o putenv.o readable.o rm-suffix.o str-list.o       str-llist.o tex-glyph.o tex-make.o tilde.o truncate.o uppercasify.o      variable.o version.o xcalloc.o xfopen.o xmalloc.o xopendir.o xputenv.o       xrealloc.o xstat.o xstrdup.o 
  298. # ranlib kpathsea.a
  299. # for d in dvipsk web2c; do  if test -d $d; then (cd $d; make  CFLAGS='-g ' SHELL='/bin/sh'  prefix=/usr exec_prefix=/usr  bindir=/usr/bin scriptdir=/usr/bin libdir=/usr/lib  datadir=/usr/lib infodir=/usr/info includedir=/usr/include  manext=1 mandir=/usr/man/man1  texmf_prefix=/NextLibrary/TeX  texinputdir=/NextLibrary/TeX/tex mfinputdir=/NextLibrary/TeX/mf  fontdir=/NextLibrary/TeX/fonts  fmtdir=/NextLibrary/TeX/formats basedir=/NextLibrary/TeX/bases  texpooldir=/NextLibrary/TeX/formats   mfpooldir=/NextLibrary/TeX/bases  psfontdir=/NextLibrary/TeX/fonts  dvips_prefix=/NextLibrary/TeX/ps configdir=/NextLibrary/TeX/ps  headerdir=/NextLibrary/TeX/ps psmacrodir=/NextLibrary/TeX/tex/dvips  default_texsizes='100:120:144:300:360:400:432:480:600'   all);  else true; fi; done
  300. # cc  -I. -I. -I..   -DTPIC  -g  -c dospecial.c
  301. # cc  -I. -I. -I..   -DTPIC  -g  -c dviinput.c
  302. # cc  -I. -I. -I..   -DTPIC  -g  -c emspecial.c
  303. # cc  -I. -I. -I..   -DTPIC  -g  -c fontdef.c
  304. # cc  -I. -I. -I..   -DTPIC  -g  -c loadfont.c
  305. # cc  -I. -I. -I..   -DTPIC  -g  -c dvips.c
  306. # cc  -I. -I. -I..   -DTPIC  -g  -c tfmload.c
  307. # cc  -I. -I. -I..   -DTPIC  -g  -c download.c
  308. # cc  -I. -I. -I..   -DTPIC  -g  -c prescan.c
  309. # cc  -I. -I. -I..   -DTPIC  -g  -c scanpage.c
  310. # cc  -I. -I. -I..   -DTPIC  -g  -c skippage.c
  311. # cc  -I. -I. -I..   -DTPIC  -g  -c output.c
  312. # cc  -I. -I. -I..   -DTPIC  -g  -c scalewidth.c
  313. # cc  -I. -I. -I..   -DTPIC  -g  -c dosection.c
  314. # cc  -I. -I. -I..   -DTPIC  -g  -c dopage.c
  315. # cc  -I. -I. -I..   -DTPIC  -g  -c resident.c
  316. # cc  -I. -I. -I..   -DTPIC  -g  -c search.c
  317. # cc  -I. -I. -I..   -DTPIC  -g  -c unpack.c
  318. # cc  -I. -I. -I..   -DTPIC  -g  -c drawPS.c
  319. # cc  -I. -I. -I..   -DTPIC  -g  -c header.c
  320. # cc  -I. -I. -I..   -DTPIC  -g  -c repack.c
  321. # cc  -I. -I. -I..   -DTPIC  -g  -c virtualfont.c
  322. # cc  -I. -I. -I..   -DTPIC  -g  -c dpicheck.c
  323. # cc  -I. -I. -I..   -DTPIC  -g  -c finclude.c
  324. # cc  -I. -I. -I..   -DTPIC  -g  -c pprescan.c
  325. # cc  -I. -I. -I..   -DTPIC  -g  -c papersiz.c
  326. # cc  -I. -I. -I..   -DTPIC  -g  -c color.c
  327. # cc  -I. -I. -I..   -DTPIC  -g  -c bbox.c
  328. # cc -g   -o dvips dospecial.o dviinput.o emspecial.o fontdef.o loadfont.o        dvips.o tfmload.o download.o prescan.o scanpage.o skippage.o output.o    scalewidth.o dosection.o dopage.o resident.o search.o unpack.o drawPS.o  header.o repack.o virtualfont.o dpicheck.o finclude.o         pprescan.o papersiz.o color.o bbox.o ../kpathsea/kpathsea.a   -lm 
  329. # cc  -I. -I. -I..   -DTPIC  -g  -c afm2tfm.c
  330. # cc -g   -o afm2tfm afm2tfm.o ../kpathsea/kpathsea.a   -lm 
  331. # rm -f MakeTeXPK
  332. # sed -e 's,@mtp_destdir@,/NextLibrary/TeX/fonts/tmp/pk,'  -e 's,@configdir@,/NextLibrary/TeX/ps,'  <MakeTeXPK.in >MakeTeXPK
  333. # chmod a+x MakeTeXPK
  334. # cc  -I. -I. -I..   -DTPIC  -g  -c squeeze.c
  335. # cc -g   -o squeeze squeeze.o ../kpathsea/kpathsea.a   -lm 
  336. # ./squeeze < tex.lpro > tex.pro-t
  337. # mv tex.pro-t tex.pro
  338. # ./squeeze < texps.lpro > texps.pro-t
  339. # mv texps.pro-t texps.pro
  340. # ./squeeze < texc.lpro > texc.pro-t
  341. # mv texc.pro-t texc.pro
  342. # ./squeeze < special.lpro > special.pro-t
  343. # mv special.pro-t special.pro
  344. # ./squeeze < finclude.lpro > finclude.pro-t
  345. # mv finclude.pro-t finclude.pro
  346. # ./squeeze < color.lpro > color.pro-t
  347. # mv color.pro-t color.pro
  348. # ./squeeze < crop.lpro > crop.pro-t
  349. # mv crop.pro-t crop.pro
  350. # cd ../kpathsea; make  SHELL='/bin/sh' CC='cc' CFLAGS='-g '       RANLIB='ranlib' LN='ln -s' DEFS=''                           CCLD='cc' LDFLAGS='-g  ' LIBS=''  x_extra_libs='' x_include_flags='-DX_DISPLAY_MISSING'    x_lib_flags=''  
  351. # cd lib; make  SHELL='/bin/sh' CC='cc' CFLAGS='-g '       RANLIB='ranlib' LN='ln -s' DEFS=''                           CCLD='cc' LDFLAGS='-g  ' LIBS=''          x_extra_libs='' x_include_flags='-DX_DISPLAY_MISSING'    x_lib_flags=''   all
  352. # cc -g  -c alloca.c
  353. # alloca.c: In function `alloca':
  354. # alloca.c:147: argument `size' doesn't match function prototype
  355. # *** Exit 1
  356. # Stop.
  357. # *** Exit 1
  358. # Stop.
  359. # *** Exit 1
  360. # Stop.
  361.  
  362. cat config.status
  363. # #!/bin/sh
  364. # # Generated automatically by configure.
  365. # # Run this file to recreate the current configuration.
  366. # # This directory was configured as follows,
  367. # # on host wcsNext:
  368. # #
  369. # # configure 
  370. # for arg
  371. # do
  372. #   case "$arg" in
  373. #     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  374. #     echo running ${CONFIG_SHELL-/bin/sh} configure 
  375. #     exec ${CONFIG_SHELL-/bin/sh} configure  ;;
  376. #     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  377. #   esac
  378. # done
  379. # trap 'rm -f Makefile; exit 1' 1 3 15
  380. # LIBS=''
  381. # srcdir='.'
  382. # DEFS=''
  383. # prefix=''
  384. # exec_prefix=''
  385. # prsub=''
  386. # extrasub=''
  387. # top_srcdir=$srcdir
  388. # CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  389. # for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then
  390. #   srcdir=$top_srcdir
  391. #   # Remove last slash and all that follows it.  Not all systems have dirname.
  392. #   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  393. #   if test "$dir" != "$file"; then
  394. #     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  395. #     test ! -d $dir && mkdir $dir
  396. #   fi
  397. #   echo creating $file
  398. #   rm -f $file
  399. #   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  400. #   sed -e "
  401. # $prsub
  402. # $extrasub
  403. # s%@LIBS@%$LIBS%g
  404. # s%@srcdir@%$srcdir%g
  405. # s%@DEFS@%$DEFS%
  406. # " $top_srcdir/${file}.in >> $file
  407. # fi; done
  408. # exit 0
  409.  
  410. -- 
  411. wegduschen statt wegwischen.